home *** CD-ROM | disk | FTP | other *** search
- object PlotForm: TPlotForm
- Left = 321
- Top = 219
- Width = 561
- Height = 339
- Caption = 'Plotting with Parser10'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Chart: TChart
- Left = 0
- Top = 33
- Width = 553
- Height = 279
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Legend.Visible = False
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.Title.Caption = 'X'
- LeftAxis.Title.Caption = 'Y'
- View3D = False
- Align = alClient
- TabOrder = 0
- object LineSeries: TFastLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- LinePen.Color = clRed
- XValues.Name = 'X'
- XValues.Order = loAscending
- YValues.Name = 'Y'
- YValues.Order = loNone
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 553
- Height = 33
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 19
- Height = 13
- Caption = 'Y = '
- end
- object Label2: TLabel
- Left = 184
- Top = 8
- Width = 16
- Height = 13
- Caption = 'X ='
- end
- object Label3: TLabel
- Left = 256
- Top = 8
- Width = 9
- Height = 13
- Caption = 'to'
- end
- object Label4: TLabel
- Left = 320
- Top = 8
- Width = 20
- Height = 13
- Caption = 'step'
- end
- object ExpressionEdit: TEdit
- Left = 39
- Top = 5
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'sin(X/2)*cos(x/3)'
- end
- object XFromEdit: TEdit
- Left = 208
- Top = 5
- Width = 41
- Height = 21
- TabOrder = 1
- Text = '0'
- end
- object XToEdit: TEdit
- Left = 272
- Top = 5
- Width = 41
- Height = 21
- TabOrder = 2
- Text = '100'
- end
- object XStepEdit: TEdit
- Left = 352
- Top = 5
- Width = 41
- Height = 21
- TabOrder = 3
- end
- object GoBtn: TButton
- Left = 416
- Top = 4
- Width = 49
- Height = 25
- Caption = '&Go'
- TabOrder = 4
- OnClick = GoBtnClick
- end
- end
- object MathExprParser: TParser
- Left = 488
- Top = 256
- end
- end
-